Bitwise Right Shift Operator (>>) (JScript 5.6)

Right shifts the bits of an expression, maintaining sign.

result = expression1 >> expression2

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also